/*首页登录导航条2024新版样式start*/
.index-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 601;
    width: 100%;
    height: 64px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.index-head::-webkit-scrollbar {
    display: none;
}

.nav-head {
    max-width: 1156px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.index-nav-a {
    display: flex;
    align-items: center;
}
.index-nav-a .nav-img-logo {
    font-size: 48px;
    color: #fff;
}
.nav-word {
    height: 100%;
    font-weight: normal;
    letter-spacing: 1px;
}
.nav-word ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
    white-space: nowrap;
}
.nav-word ul .nav-li {
    display: inline-block;
    line-height: 64px;
    min-width: 110px;
    padding: 0 20px;
}
.nav-word ul .nav-li a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.nav-word ul .nav-li a::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    border-radius: 4px;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.nav-word ul .nav-li a.active::after,
.nav-word ul .nav-li a:hover::after {
    width: 48px;
}
.nav-word ul .nav-li a.active,
.nav-word ul .nav-li a:hover {
    opacity: 1;
}
.index-head a {
    text-decoration: none;
    cursor: pointer;
}

.index-head.white-style {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #0000001f;
}
.index-head.white-style .index-nav-a .nav-img-logo {
    color: #029BD8;
}
.index-head.white-style .nav-word ul .nav-li a {
    color: #303336;
}
.index-head.white-style .nav-word ul .nav-li a.active,
.index-head.white-style .nav-word ul .nav-li a:hover {
    color: #0085DD;
}
.index-head.white-style .nav-word ul .nav-li a.active::after,
.index-head.white-style .nav-word ul .nav-li a:hover::after {
    background-color: #0085DD;
}
.index-head .dropdown-menu--title{
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    font-size: 16px;
}
.index-head .dropdown-menu--title:hover{
    opacity: 1;
}

.index-head.white-style .dropdown-menu--title {
    color: #303336;
}

.index-head.white-style .dropdown-menu--title:hover {
    color: #0085DD;
}
.index-head .dropdown-menu {
    z-index: 601;
}
.index-head .dropdown-menu .dropdown-menu--item {
    color: #000000;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
    padding: 0 16px;
    display: block;
    opacity: 0.8;
}
.index-head .dropdown-menu .dropdown-menu--item:hover{
    color: #0085DD;
    opacity: 1;
}
.mt-64{
    margin-top: 64px !important;
}
.no-box-shadow {
    box-shadow: none !important;
}

/*首页登录导航条2024新版样式end*/

/*活动开启时*/
.vip-activity .index-head{
    background-color: #ff1f1d!important;
}
.vip-activity .index-head.white-style .index-nav-a .nav-img-logo{
    color: #fff!important;
}
.vip-activity .index-head.white-style .nav-word ul .nav-li a{
    color: #fff!important;
    opacity: 1!important;
}
.vip-activity .index-head.white-style .nav-word ul .nav-li a.active::after,
.vip-activity .index-head.white-style .nav-word ul .nav-li a:hover::after{
    background: #fff!important;
}
.vip-activity .index-head.white-style .dropdown-menu--title{
    color: #fff!important;
    opacity: 1!important;
}
/*活动开启时*/